projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74203d2
)
fvp: Increase stack size when SPM is enabled
author
Antonio Nino Diaz
<
[email protected]
>
Thu, 18 Oct 2018 13:02:39 +0000
(14:02 +0100)
committer
Antonio Nino Diaz
<
[email protected]
>
Mon, 10 Dec 2018 16:37:46 +0000
(16:37 +0000)
Change-Id: Iec265dc85d44f35048d1fbcfbe55960d45570027
Signed-off-by: Antonio Nino Diaz <
[email protected]
>
plat/arm/board/fvp/include/platform_def.h
patch
|
blob
|
history
diff --git
a/plat/arm/board/fvp/include/platform_def.h
b/plat/arm/board/fvp/include/platform_def.h
index 58b68abf91cbdb58fde2914b2b1b8de0edccabc8..31c5fdfbf9a5c903c27a7efc4175db27a0a6c257 100644
(file)
--- a/
plat/arm/board/fvp/include/platform_def.h
+++ b/
plat/arm/board/fvp/include/platform_def.h
@@
-153,7
+153,7
@@
# define PLATFORM_STACK_SIZE UL(0x400)
#elif defined(IMAGE_BL31)
# if ENABLE_SPM
-# define PLATFORM_STACK_SIZE UL(0x
5
00)
+# define PLATFORM_STACK_SIZE UL(0x
6
00)
# elif PLAT_XLAT_TABLES_DYNAMIC
# define PLATFORM_STACK_SIZE UL(0x800)
# else